home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Plotting
/
GnuTerm_1.1a
/
GnuTerm.app
/
English.lproj
/
GnuTerm.nib
/
data.classes
next >
Wrap
Text File
|
1995-07-19
|
582b
|
44 lines
GnuView = {
ACTIONS = {
resize:;
};
OUTLETS = {
};
SUPERCLASS = View;
};
gnuviewController = {
ACTIONS = {
activate:;
activatePushed:;
windowWillClose:;
windowDidBecomeMain:;
deactivate:;
};
OUTLETS = {
gnuView;
window;
activateButton;
controller;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
Controller = {
ACTIONS = {
setKeyTitle:;
appDidInit:;
newGnuTerm:;
printPScodeInKey:;
};
OUTLETS = {
NameField;
activeTerm;
keyTerm;
};
SUPERCLASS = Object;
};